home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
CINEBENCH 2003
/
resource
/
res
/
description
/
Oarray.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2003-02-27
|
223 b
|
13 lines
#ifndef _OARRAY_H_
#define _OARRAY_H_
enum
{
ARRAYOBJECT_RADIUS = 1000,
ARRAYOBJECT_COPIES = 1001,
ARRAYOBJECT_AMPLITUDE = 1002,
ARRAYOBJECT_FREQUENCY = 1003,
ARRAYOBJECT_CIRCLEFREQ = 1004
};
#endif